home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000152_PCPete@audiography.com.au_Sat Apr 5 14:47:20 2008.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Path: reader2.panix.com!panix!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news1.optus.net.au!optus!newsfeeder.syd.optusnet.com.au!news.optusnet.com.au!not-for-mail
  2. Date: Thu, 03 Apr 2008 12:59:48 +1100
  3. From: PC Pete <PCPete@audiography.com.au>
  4. User-Agent: Thunderbird 2.0.0.6 (Windows/20070815)
  5. MIME-Version: 1.0
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Help with CPVGEN sources for TurboDOS system?
  8. References: <MPG.225d8d2ae0640103989680@news.optusnet.com.au> <slrnfv7hdo.56s.fdc@panix3.panix.com>
  9. In-Reply-To: <slrnfv7hdo.56s.fdc@panix3.panix.com>
  10. Content-Type: text/plain; charset=ISO-8859-1; format=flowed
  11. Content-Transfer-Encoding: 7bit
  12. Lines: 48
  13. Message-ID: <47f43a14$0$17201$afc38c87@news.optusnet.com.au>
  14. NNTP-Posting-Host: 122.107.177.239
  15. X-Trace: 1207187988  17201 122.107.177.239
  16. X-Original-Bytes: 3513
  17. Xref: panix comp.protocols.kermit.misc:15743
  18.  
  19. Frank da Cruz wrote:
  20. > There is no CKVGEN.ASM.  I apologize for the inadequate or misleading
  21. > documentation, but I believe the thing to do is to edit CPXTYP.ASM
  22. > and change the definition for one and only one of the system types
  23. > (in this case "gener") from FALSE to TRUE.  Or if TurboDOS is more like
  24. > CP/M 3 than CP/M 2.2, do this for "cpm3" rather than "gener".
  25. Thanks, Frank, that makes a bit more sense to me. I did a lot of 
  26. assembly programming (like you, too long ago and too far away to want to 
  27. remember how old that makes me! :)), and I never ever linked in hex 
  28. sources with any rel or mac files. That's what was driving me nuts - the 
  29. doco actually states the system-independent source must be compiled, 
  30. then linked (merged using DDT) with the system-dependent hex file, and 
  31. instructions for how to build the system-dependent files aren't 
  32. mentioned anywhere I've looked - it all seems to be "pre-built", which 
  33. seems a bit strange, unless there's proprietary code or licence issues.
  34.  
  35. > And as Marc Sapiro noted (and I forgot until just now) there is also a
  36. > binary for TurboDOS, available in both straight hex (not Intel hex)
  37. > format and UUencoded.  The hex is about 52K, so it should be "just" a
  38. > question of getting it into your box in one piece somehow and
  39. > dehexifying it. 
  40. > - Frank
  41.  
  42. I've downloaded the ASCII hex, de-hexed the TD binary (I still had the 
  43. Turbo Pascal source I wrote in 1989 for that exact problem on the target 
  44. system, which was a really nice break), and run it - and it starts up, 
  45. then before a prompt appears, it crashes out. Actually, it resets the 
  46. CPU completely, which is what happens on this system when the transient 
  47. BDOS portion is overwritten. I've even tried running it in Bank 0, but 
  48. the ccp can't load it, I've got less than 26k free in bank 0.
  49.  
  50. I suspect (and my memory is a bit hazy) that it's because I'm running it 
  51. on a SLAVE processor, not the same processor configured as a standalone 
  52. CPU system (it's the Pulsar Z80B I'm doing this all on, with a Pulsar 
  53. 80186 master CPU, running TurboDOS 1.4). That's going to be a problem, 
  54. because I don't have a working floppy drive - I have plenty of CP/M 2.2 
  55. and standalone TurboDOS boot floppies that I know are configured for 
  56. this system, but there's no way of getting access to them, even if I 
  57. could remember which of the 16 jumpers and 8 switches and replacement 
  58. PALs I need to turn the slave into a standalone/master...
  59.  
  60. If nothing else, it's been a blast finding all this again, and I'm 
  61. flabbergasted at how helpful the few remaining folks have been. I really 
  62. hope I can return the favour.
  63.  
  64. Back to configuring... and crossing fingers.